You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Size Method > TMtx.Size Method ([In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Size Method ([In] int, [In] int)

Sets the size of matrix.

Syntax
C#
Visual Basic
public TMtx Size([In] int aRows, [In] int aCols);

Set the calling matrix properties:

 

Calling the Size method does not preserve the contents of the matrix. Use the Resize method, if you want to preserve existing values. 

The existing floating point precision is preserved.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!